Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / Spinner.html
similarity index 95%
rename from docs/source/spinner.html (Case Conflict 1)
rename to docs/source/Spinner.html
index d4804fc..09643d9 100644 (file)
@@ -1,10 +1,10 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
+<html>
+<head>
+  <title>The source code</title>
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
+</head>
+<body  onload="prettyPrint();">
     <pre class="prettyprint lang-js"><div id="cls-Ext.ux.Spinner"></div>/**\r
  * @class Ext.ux.Spinner\r
  * @extends Ext.util.Observable\r
@@ -103,7 +103,7 @@ Ext.ux.Spinner = Ext.extend(Ext.util.Observable, {
 \r
     doResize: function(w, h){\r
         if (typeof w == 'number') {\r
-            this.el.setWidth(this.field.adjustWidth('input', w - this.trigger.getWidth()));\r
+            this.el.setWidth(w - this.trigger.getWidth());\r
         }\r
         this.wrap.setWidth(this.el.getWidth() + this.trigger.getWidth());\r
     },\r
@@ -436,6 +436,6 @@ Ext.ux.Spinner = Ext.extend(Ext.util.Observable, {
 });\r
 \r
 //backwards compat\r
-Ext.form.Spinner = Ext.ux.Spinner;</pre>    \r
-</body>\r
+Ext.form.Spinner = Ext.ux.Spinner;</pre>
+</body>
 </html>
\ No newline at end of file